home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / rain_for.swf / scripts / DefineButton2_998 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2010-04-12  |  110b  |  7 lines

  1. on(rollOver){
  2.    if(this.EndAnim._currentframe == 1)
  3.    {
  4.       _global.oSound.playSnd("print");
  5.    }
  6. }
  7.